func html/template.isInScriptLiteral
3 uses
html/template (current package)
context.go#L201: func isInScriptLiteral(s state) bool {
escape.go#L814: if isInScriptLiteral(c.state) && containsSpecialScriptTag(s[i:i1]) {
transition.go#L231: if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)